*{
    margin: 0;
    padding: 0;
}

body,html{
    width: 100%;
    height: 100%;
}

header{
    display: flex;
    height: 25px;
    background-color: black;
    color: white;
}

.menu{
    display: flex;
    flex-wrap: row wrap;
    text-decoration: none;
}

.menu a{
    text-decoration: none;
    color: white;
}

.principal{
    display: flex;
    justify-content: center;
}

.confere{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 35px 0 35px 0;
}

.letreiro{
    display: flex;
    justify-content: center;
    margin-top: 78px;
}

.validador{
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 25px;
}
.principal1{
    display: flex;
    align-items: center;
    flex-flow: column wrap;
    height: 1600px;
    margin-bottom: 20px;
}

.cadastro{
    padding-top: 20px;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    width: 75%;
    height: 750px;
}

.entradas{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    width: 800px;
    height: 350px;
}

input{
    height: 50px;
    width: 350px;
    border-radius: 10px;
    padding-left: 9px;
}

#numero{
    width: 50px;
}

#bairro{
    width: 300px;
}

#uf{
    width: 50px;
}

.divplanos{
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: calc(1.15rem + 1.5vw)
}

#btn{
    width: 100%;
    margin: 0 200px 0 200px;
    height: 50px;
    border-radius: 30px;
    background-color: #6168ff;
    color:white;
}

#btn:hover{
    background-color: white;
    color: #6168ff;
    border: 3px solid #6168ff;
}


.letreitoplanos{
    margin-bottom: 25px; 
}

.planos{
    display: flex;
    justify-content: center;
    flex-wrap: row;   
    width: 500px;
    height: 300px;
}

.planos p {
    color: #5e6576
}

.planos > input {
    height: 10px;
}

.radio{
    width: 70px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}


.rodape{
    bottom:0;
    width:100%;
}

@media(max-width: 630px){

    .letreitoplanos{
        margin-top: 250px; 
    }
    
    #rua{
        width: 300px;
    }

    #bairro{
        width: 350px;
    }

    #cidade{
        width: 300px;
    }

    footer{
        margin-top: 1800px;
    }
}

@media(max-width: 450px){
    footer{
        margin-top: 2100px;
    }
}